Fix the doc build
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Jul 2009 05:20:35 +0000 (01:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Jul 2009 05:20:35 +0000 (01:20 -0400)
docs/reference/gtk/tmpl/gtksettings.sgml

index 5219c1a6c2c931ccf63bad9bbf6c975c8864b7ea..cdc4a173df3e100b87ffcec54bd4840ee796bd3b 100644 (file)
@@ -23,7 +23,7 @@ realized at least once. The following example demonstrates a way to do this:
 <informalexample><programlisting>
   gtk_init (&amp;argc, &amp;argv);
 
-  /&ast; make sure the type is realized &ast/
+  /&ast; make sure the type is realized &ast;/
   g_type_class_unref (g_type_class_ref (GTK_TYPE_IMAGE_MENU_ITEM));
 
   g_object_set (gtk_settings_get_default (), "gtk-menu-images", FALSE, NULL);